projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f7ef08
)
(process-get): Add setf method.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:45:14 +0000
(21:45 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:45:14 +0000
(21:45 +0000)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index e8c8acbe84cd7a147e15247b4f0760d14a68288d..05932062d74cc3b900693d8a9b42fc88c9816262 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-1724,6
+1724,7
@@
Example: (defsetf nth (n x) (v) (list 'setcar (list 'nthcdr n x) v))."
(defsetf process-buffer set-process-buffer)
(defsetf process-filter set-process-filter)
(defsetf process-sentinel set-process-sentinel)
+(defsetf process-get process-put)
(defsetf read-mouse-position (scr) (store)
(list 'set-mouse-position scr (list 'car store) (list 'cdr store)))
(defsetf screen-height set-screen-height t)